home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kolekce / d3456 / gmprintsuite_eval.exe / {app} / GmPrintSuite_D3.dpk < prev    next >
Encoding:
Delphi Package  |  2002-01-02  |  1.0 KB  |  58 lines

  1. package GmPrintSuite_D3;
  2.  
  3. {$R *.RES}
  4. {$R 'GmGridPrint.dcr'}
  5. {$R 'GmMultipageImage.dcr'}
  6. {$R 'GmOrientationImage.dcr'}
  7. {$R 'GmPreview.dcr'}
  8. {$R 'GmPrinterList.dcr'}
  9. {$R 'GmRtfPreview.dcr'}
  10. {$R 'GmThumbnails.dcr'}
  11. {$R 'GmTreeViewPrint.dcr'}
  12. {$ALIGN ON}
  13. {$ASSERTIONS ON}
  14. {$BOOLEVAL OFF}
  15. {$DEBUGINFO ON}
  16. {$EXTENDEDSYNTAX ON}
  17. {$IMPORTEDDATA ON}
  18. {$IOCHECKS ON}
  19. {$LOCALSYMBOLS ON}
  20. {$LONGSTRINGS ON}
  21. {$OPENSTRINGS ON}
  22. {$OPTIMIZATION ON}
  23. {$OVERFLOWCHECKS OFF}
  24. {$RANGECHECKS OFF}
  25. {$REFERENCEINFO OFF}
  26. {$SAFEDIVIDE OFF}
  27. {$STACKFRAMES OFF}
  28. {$TYPEDADDRESS OFF}
  29. {$VARSTRINGCHECKS ON}
  30. {$WRITEABLECONST ON}
  31. {$MINENUMSIZE 1}
  32. {$IMAGEBASE $00400000}
  33. {$DESCRIPTION 'GmPrintSuite Printing Components'}
  34. {$DESIGNONLY}
  35. {$IMPLICITBUILD ON}
  36.  
  37. requires
  38.   vcl30;
  39.  
  40. contains
  41.   GmTypes,
  42.   GmErrors,
  43.   GmGridPrint,
  44.   GmLegacy,
  45.   GmMultipageImage,
  46.   GmObjects,
  47.   GmOrientationImage,
  48.   GmPreview,
  49.   GmPrinterList,
  50.   GmRegister,
  51.   GmRtfPreview,
  52.   GmStream,
  53.   GmThumbnails,
  54.   GmTreeViewPrint,
  55.   GmConst;
  56.  
  57. end.
  58.